Auto merge of #1126 - akiss77:pr-test_cargo_compile, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 5 Jan 2015 18:37:39 +0000 (18:37 +0000)
committerbors <bors@rust-lang.org>
Mon, 5 Jan 2015 18:37:39 +0000 (18:37 +0000)
For two tests, the `Cargo.toml`s and the `cfg`s don't match. E.g., the first test expects a successful build on all linux platforms but its `toml` is prepared for Intel linuxes only. The second test is very similar.

Here, the `cfg`s are amended to match the `toml`s.


Trivial merge